home *** CD-ROM | disk | FTP | other *** search
- Path: news.cistron.nl!usenet
- From: jeepee@cistron.nl (Jan Pieter de Jong)
- Newsgroups: comp.lang.c++
- Subject: Borland "TDecoratedFrame" problem
- Date: Thu, 07 Mar 1996 22:33:16 GMT
- Organization: Cistron Internet Services
- Message-ID: <4hmoma$314@enterprise.cistron.nl>
- NNTP-Posting-Host: p04.alp.cistron.nl
- X-Newsreader: Forte Free Agent 1.0.82
-
- I have the following problem with Borland C++ 4.0:
-
- This is the program's general structure:
-
- TMainFrame derived from TDecoratedFrame
- Client: TMainWindow derived from TWindow
- |
- |
- V
- Child: TChildWindow derived from TWindow
- |
- |
- V
- Child: TGrandchildWindow
-
-
- The problem is with TGrandChildWindow.
- How can I create this child window with a decorated frame, so I can
- use a
- controlbar in it?
-
- The Borland documentation only mentions decorated frames in main
- windows, not
- in child windows.
- Where should I create the TGrandchildWindow and TGrandchildFrame?
- Can anybody recommend good documentation (beside this newsgroup) about
- these
- kind of problems?
-
- Please email me at Arjan.Oskam@inter.nl.net or post a reply in this
- newsgroup.
-
-
-